home *** CD-ROM | disk | FTP | other *** search
/ Design Mapio / Design Mapio.iso / pc / browser.dxr / 00063.ls < prev    next >
Encoding:
Text File  |  1997-01-29  |  192 b   |  9 lines

  1. on mouseDown
  2.   global gmarkerandnum, gmarker
  3.   pushButton()
  4.   set gmarkerandnum to "A3" & clickOn() - 20
  5.   setgnum()
  6.   set the visible of sprite 11 to 0
  7.   go(the frame + (clickOn() - 20))
  8. end
  9.